projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d0bd7
)
reftests: Fix background-size-zero test
author
Benjamin Otte
<otte@redhat.com>
Wed, 27 Mar 2019 04:19:42 +0000
(
05:19
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
We were drawing nothing, causing a timeout.
testsuite/reftests/background-size-zero.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/background-size-zero.css
b/testsuite/reftests/background-size-zero.css
index 8e9389ba1e45ae1313ea89f3b5016791dacb9672..8dc2d3337e00f437502fc584020ebd0ad412718b 100644
(file)
--- a/
testsuite/reftests/background-size-zero.css
+++ b/
testsuite/reftests/background-size-zero.css
@@
-1,6
+1,7
@@
@import "reset-to-defaults.css";
.background {
+ background-color: red;
background-image: linear-gradient(to right, blue, blue);
background-size: 0%;
}